muxer: force muxer dispoal as part of widget dispose
authorChristian Hergert <chergert@redhat.com>
Wed, 25 Mar 2020 21:02:59 +0000 (14:02 -0700)
committerChristian Hergert <chergert@redhat.com>
Wed, 25 Mar 2020 21:02:59 +0000 (14:02 -0700)
commitb5b836668a03b8ba56c46ed17585b5beb51749f1
tree6a9292ad56b36cbe47f30fe284cf25ffc79188d4
parentc155ac98c8a4ffebe560bd4205635f7c86a1fd15
muxer: force muxer dispoal as part of widget dispose

We need to cleanup state here immediately so that we do not potentially
access the g_class private data after it been finalized. This ensures that
the borrowed reference is dropped by the muxer.
gtk/gtkactionmuxer.c
gtk/gtkwidget.c